github.com/klauspost/compress/zstd.blockDec.Type (field)
9 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L103: Type blockType
blockdec.go#L116: return fmt.Sprintf("Steam Size: %d, Type: %v, Last: %t, Window: %d", len(b.data), b.Type, b.Last, b.WindowSize)
blockdec.go#L137: b.Type = blockType((bh >> 1) & 3)
blockdec.go#L141: switch b.Type {
blockdec.go#L217: b.Type = blockTypeReserved
blockdec.go#L228: switch b.Type {
decoder.go#L686: if block.err != nil || block.Type != blockTypeCompressed {
decoder.go#L754: switch block.Type {
decoder.go#L831: if block.err != nil || block.Type != blockTypeCompressed {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |